auto merge of #251 : alexcrichton/cargo/print-the-failure, r=wycats
authorbors <bors@rust-lang.org>
Wed, 23 Jul 2014 20:10:26 +0000 (20:10 +0000)
committerbors <bors@rust-lang.org>
Wed, 23 Jul 2014 20:10:26 +0000 (20:10 +0000)
commit645c355ebace63e269d994d0e1678707d13a2ec4
tree6e6b51e168f528eb68e6d959f1f2905de5094cd1
parent9f65789e2776b2bbd244c95a4b1ba9f7092e08a6
parentab148e863bf28d25689a25bbf863bcc7b9b8773b
auto merge of #251 : alexcrichton/cargo/print-the-failure, r=wycats

This previously relied on the test itself printing failure, but this is not
always the case for test which, for example, segfault. Instead this ensures that
*something* is always printed when a test fails, normally a short blurb about
what executable failed to run.
tests/test_cargo_test.rs